Delete
POST {{external_endpoint}}
This action is performed when an employer delete his profile.
BODY
- calltype: EDELETE
- user_type: 3
- email: string, user's email address
- employer_id: int, user's ID
- timestamp: int, security
- token: string, security
Request Body
{"call_type"=>"E_DELETE", "user_type"=>3, "email"=>"employer@test.com", "employer_id"=>5594, "timestamp"=>1669296175, "token"=>"25048b72403a92dbb97ae5cffe454962"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Cookie | string |