light-mode-image
Learn
MATTR VII ManagementRegions

Delete region

Deletes a region by providing its ID.

Analytics Events

ADMIN_REGION_DELETE_STARTADMIN_REGION_DELETE_SUCCESSADMIN_REGION_DELETE_FAIL
DELETE/admin/v1/regions/{regionId}
AuthorizationBearer <token>

In: header

Path Parameters

regionIdstring

Identifier of region to delete.

Formatuuid

Response Body

curl -X DELETE "https://manage.mattr.global/admin/v1/regions/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}

How would you rate this page?