Delete a Sync Rule¶
Permanently deletes a sync rule and all its associated mappings, scoping criteria, and object matching rules.
Path Parameters¶
| Parameter | Type | Description |
|---|---|---|
id |
integer | ID of the sync rule |
Examples¶
Response¶
Returns 204 No Content on success.
Errors¶
| Status | Code | Description |
|---|---|---|
401 |
UNAUTHORISED |
Authentication required |
403 |
FORBIDDEN |
Insufficient permissions (Administrator role required) |
404 |
NOT_FOUND |
Sync rule does not exist |