Delete an employer with slot reassignment

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

identifier

uuid

required

Unique identifier (UUID) of the employer to delete

reAssignUserId

uuid

UUID of the user to reassign active slots to before deletion.

``200 Employer successfully deleted

``404

Employer not found

``500

Internal server error

Updated3 months ago


ShellNodeRubyPHPPython


xxxxxxxxxx

curl --request DELETE \
     --url https://services.fountain.com/api/servicestaff/employers/identifier/withReassignment \
     --header 'accept: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

``200

Updated3 months ago