Jump to: navigation, search

Delete Metadata Profile Extensions

Important
Prerequisites: You need to enable profiles in UCS.
/metadata/profiles/extensions/${extension-name}

Description

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.

Operation

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.

Response

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.

Response
HTTP code 204
HTTP message Success No Content

Example

The following operation deletes a profile extension.

Operation

 DELETE /metadata/profiles/extensions/CustomName

Result

HTTP/1.1 204 OK 
Success No Content
Important
If nothing was deleted, HTTP status code 404 ("Not Found") is sent.
This page was last edited on September 7, 2018, at 10:34.
Comments or questions about this documentation? Contact us for support!