Appearance
Remove Notification Config
Soft remove a notification configuration. The record is marked as removed but not permanently deleted. Requires ADMIN permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
notificationSchemaId* | string | The unique identifier of the notification config to remove |
Return Value
json
{
"statusCode": 201,
"data": null,
"message": "Notification config removed successfully"
}Examples
bash
curl -X POST "https://app.wombat.software/api/{targetPath}/notification/:notificationSchemaId/remove" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..."ENDPOINTS
post
/api/{targetPath}/notification/:notificationSchemaId/remove