Appearance
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 parameters | data type | description |
|---|---|---|
objectId* | string | The 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