This page was last edited on September 7, 2018, at 10:34.
Comments or questions about this documentation? Contact us for support!
/metadata/profiles/extensions/${extension-name} |
Allows the deletion of a profile extension. The records in the profile extension table are deleted, the table is deleted, and the definition of the profile extension is erased. If identification keys exist based on the specified extension, it will not be deleted, and an error will be returned.
ID | CV.WS.PROF.META.5 | |||
---|---|---|---|---|
URI | /metadata/profiles/extensions/${extension-name} | |||
Method | DELETE | |||
Parameter | Type | Mandatory | Description | |
URI Parameter | ||||
${extension-name} | string | yes | The metadata extension name to delete.
Important This name is not case-sensitive. |
The Context Management Service API answers with HTTP codes for every request. The following table shows the correct response for a successful request. See HTTP Response Codes and Errors for further details on the possible codes that this operation can return.
HTTP code | 204 |
---|---|
HTTP message | Success No Content |
The following operation deletes a profile extension.
DELETE /metadata/profiles/extensions/CustomName
HTTP/1.1 204 OK Success No Content