Appearance
Delete Share Config
Permanently delete a share configuration. This is a hard delete and cannot be undone. Requires ADMIN, MANAGE_OBJECTS, MANAGE_FORM, or MANAGE_TASK permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
shareId* | string | The unique identifier of the share config to delete |
Return Value
json
{
"statusCode": 201,
"data": null,
"message": "Share config deleted successfully"
}Examples
bash
curl -X DELETE "https://app.wombat.software/api/{targetPath}/share-config/:shareId" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..."ENDPOINTS
delete
/api/{targetPath}/share-config/:shareId