Skip to main content

Delete Non-Employee Source's Schema Attribute

DELETE 

/non-employee-sources/:sourceId/schema-attributes/:attributeId

This end-point deletes a specific schema attribute for a non-employee source.

Request

Path Parameters

    attributeId stringrequired

    The Schema Attribute Id (UUID)

    Example: 2c91808b6ef1d43e016efba0ce470904
    sourceId stringrequired

    The Source id

    Example: 2c91808b6ef1d43e016efba0ce470904

Responses

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

Loading...