Delete Location

Path Parameters
  • location_id
    Type: string · Location Id
    required
Headers
  • Accept
    enum
    const:  
    application/json
    required

    Response format. Must be application/json.

    values
    • application/json
Responses
  • application/json
  • application/json
Request Example for delete/v1/locations/{location_id}
curl 'https://api.uat.koard.com/v1/locations/{location_id}' \
  --request DELETE \
  --header 'Accept: application/json' \
  --header 'x-koard-apikey: YOUR_SECRET_TOKEN'
{
  "id": null,
  "message": "Resource deleted successfully",
  "success": true
}