Appearance
Remove Counter
Soft-remove an auto-increment counter, marking it as removed without permanently deleting it. Requires ADMIN, MANAGE_OBJECTS, MANAGE_FORM, or MANAGE_TASK permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
counterId* | string | The unique identifier of the counter to remove |
Return Value
json
{
"statusCode": 201,
"data": null,
"message": "Counter removed successfully"
}Examples
bash
curl -X POST "https://app.wombat.software/api/{targetPath}/counter/:counterId/remove" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..."ENDPOINTS
post
/api/{targetPath}/counter/:counterId/remove