Skip to main content

Deletes an object mapping

DELETE 

/configuration-hub/object-mappings/:sourceOrg/:objectMappingId

This deletes an existing object mapping. Source org should be "default" when deleting an object mapping that is not associated to any particular org. The request will need the following security scope:

  • sp:config-object-mapping:manage

Request

Path Parameters

    sourceOrg stringrequired

    The name of the source org.

    Example: source-org
    objectMappingId stringrequired

    The id of the object mapping to be deleted.

    Example: 3d6e0144-963f-4bd6-8d8d-d77b4e507ce4

Responses

No content - indicates the request was successful but there is no content to be returned in the response.

Loading...