Skip to content

Delete Object Schema

Permanently delete an object schema configuration. This is a hard delete and cannot be undone. Requires ADMIN or MANAGE_OBJECTS permissions.

Parameters

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

Return Value

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

Examples

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

ENDPOINTS

delete/api/{targetPath}/object/:objectId