Skip to content
.seventhings.com

Prefill your credentials

Fill in your non-secret values to have them appear in the examples below. Stored locally in your browser.

Finally delete a single object.

DELETE
/customer-api/v1/object/{objectUuid}
curl --request DELETE \
--url https://your-instance.seventhings.com/customer-api/v1/object/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'Authorization: Bearer <token>'

Finally delete a single object.

objectUuid
required
string format: uuid

Success

Access token is missing or invalid.

You are not permitted to perform the requested operation.

The requested resource representation has no acceptable format.

The requested entry is not processable.

Internal Server Error.