Job APIs

Deletes the specified job location from the system

post/api/external/location/delete

Headers

RF-Api-Keystring required
content-typestring

Request body

idinteger

Location id.

Response

Auto generated using Swagger Inspector

{"stackTrail":"paths:/api/external/location/delete:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"RESULT":"SUCCESS"}}

Example response

{
  "RESULT": "SUCCESS"
}

Changes