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