API DocumentationManufacturer customer organisation controller

Delete customer organisation metadata

DELETE
/api/manufacturer/v1/organisation/{organisationId}/metadata/{metadataId}

Removes a metadata entry from a customer organisation.

Authorization

Phasio API Bearer Token
AuthorizationBearer <token>

In: header

Path Parameters

organisationId*integer

ID of the organisation

metadataId*string

ID of the metadata entry to delete

Response Body

curl -X DELETE "https://example.com/api/manufacturer/v1/organisation/1/metadata/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
Empty

Last updated on