API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}

API Resource Path: /maps/{map_name}

Deletes a map and all associated entries.

Verb: DELETE

Auth: Basic Auth

Deletes a map and all associated entries.

Sample Response:
{
  "entry" : [ {
    "name" : "dev",
    "value" : "user1"
  } ],
  "name" : "prodmap"
}
Response Payload Elements:
Name Description
entry Name'value pair that defines an entry in the map
name Name of the map that was deleted
Errors
{
  "code" : "keymanagement.service.organization_map_doesnt_exist",
  "message" : "Organization map does not exist",
  "contexts" : [ ]
}
Last updated: about 1 month ago