Set a profile role's state as withdrawn
Marks a role as withdrawn. This is a soft state change — the role and its history are preserved and the withdrawal can be reversed. A withdrawn profile no longer counts in the active pipeline.
Path Parameters
- Type: stringprofile
_id requiredUnique identifier of the profile.
- Type: stringrole
_id requiredUnique identifier of the role.
Responses
- 204
Resource deleted successfully.
- application/json
- application/json
Request Example for delete/apis/profiles/profiles/{profile_id}/roles/{role_id}/withdraw
curl https://ff-business-school.fullfabric.cloud/apis/profiles/profiles/507f1f77bcf86cd799439011/roles/507f1f77bcf86cd799439011/withdraw \
--request DELETE \
--header 'FF-Auth: YOUR_SECRET_TOKEN'
No Body