Skip to main content
DELETE
/
api
/
v1
/
mudmap
/
{mudmap_mudmapid}
/
unallocated-layer
/
{uuid}
Delete a MudMap unallocated layer
curl --request DELETE \
  --url https://vision.pingintel.com/api/v1/mudmap/{mudmap_mudmapid}/unallocated-layer/{uuid} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Supports Token-prefixed API keys and Bearer-prefixed JWT-based authentication.

Path Parameters

mudmap_mudmapid
string
required
Pattern: ^mm-[a-zA-Z0-9-]+$
uuid
string
required
Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Response

204

No response body