Delete Application Attribute Mapping

DELETE {{apiPath}}/environments/{{envID}}/applications/{{appID}}/attributes/{{samlAttrID}}

To delete an attribute mapping associated with an application resource, you need to specify the application resource ID and the attribute ID. The DELETE /environments/{{envID}}/applications/{{appID}}/attributes/{{attributeID}} operation deletes the identified attribute mapping from the specified application.

For successful delete operations, a 204 NO CONTENT message is returned by the request.