Delete custom metadata field

Delete a custom metadata field

DELETE https://api.imagekit.io/v1/customMetadataFields/:id

Headers

NameTypeDescription

Authorization*

string

base64 encoding of your_private_api_key:

Note the colon in the end.

Even after deleting a custom metadata field, you cannot create any new custom metadata field with the same name.

Examples

curl -X DELETE "https://api.imagekit.io/v1/customMetadataFields/field_id" \
-H 'Content-Type: application/json' \
-u your_private_key:

Last updated