Delete API Mapping
  • 01 May 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Delete API Mapping

  • Dark
    Light
  • PDF

Article Summary

Delete
/internal-assets/4.0/api-mapping/{envId}/{assetTemplateId}/{attributeKey}

This Delete Request deletes all the API Mappers under the specified Attribute.
If you wish to delete a specific API Mapper, include the Application Matcher ID or Application Name and Application Matcher Name

Path parameters
assetTemplateId
stringRequired

The Asset Template ID can be found under the Details tab of the relevant Asset Type.

envId
string (uuid) Required

The Environment ID can be found under the Details Tab in the Environment Settings.

attributeKey
stringRequired

To locate the Attribute Key, select the relevant Asset Type and click on Asset Attributes.

Query parameters
filter[applicationMatcherId]
string

Filter to apply on the Application Matcher ID.

filter[applicationName]
string

Filter to apply on the Application Name.

filter[applicationMatcherName]
string

Filter to apply on the Application Matcher Name.

filter[source]
string

Filter to apply on the Source.

filter[path]
string

Filter to apply on the Path.

Responses
200

Successful operation

Headers
x-request-id
string
The ID of the request
Expand All
object

Response object

data
Array of object (MappingId)
object

Mapping ID

id
string (uuid)

Mapping ID

400

Attribute key is not unique

Headers
x-request-id
string
The ID of the request
Expand All
object

Response object

errors
Array of object (Error)
object

Error object

args
object
code
string
id
string
message
string
name
string
status
integer
401

Unauthorized

Headers
x-request-id
string
The ID of the request
Expand All
object

Response object

errors
Array of object (Error)
object

Error object

args
object
code
string
id
string
message
string
name
string
status
integer
404

Object not found

Headers
x-request-id
string
The ID of the request
Expand All
object

Response object

errors
Array of object (Error)
object

Error object

args
object
code
string
id
string
message
string
name
string
status
integer
500

Internal Server Error

Headers
x-request-id
string
The ID of the request
Expand All
object

Response object

errors
Array of object (Error)
object

Error object

args
object
code
string
id
string
message
string
name
string
status
integer

Was this article helpful?