Skip to content

Remove Object Schema

Soft remove an object schema configuration. The record is marked as removed but not permanently deleted. Requires ADMIN, MANAGE_OBJECTS, or MANAGE_FORM permissions.

Parameters

name * are required parametersdata typedescription
objectId*stringThe unique identifier of the object schema to remove

Return Value

json
{
  "statusCode": 201,
  "data": null,
  "message": "Successfully removed the object schema"
}

Examples

bash
curl -X POST "https://app.wombat.software/api/{targetPath}/object/:objectId/remove" \
  -H "Content-Type: application/json" \
  -H "Authentication: Bearer ..."

ENDPOINTS

post/api/{targetPath}/object/:objectId/remove