ImageKit.io Docs
Pricing
Service status
Dashboard
We are hiring 🤓
Search…
What is ImageKit.io?
📌Getting Started
Getting started
How to use ImageKit.io?
🔧External storage
Integration overview
How it works?
Configure origin
URL-endpoints
ImageKit.io storage
Media Library
Limits and troubleshooting
Limits
Error troubleshooting
Testing and Infrastructure Setup
Testing on multiple environments
Using on multiple websites
Using with your CDN
Using with a custom domain name
✨Features
Image Transformations
Image Optimization
Video Transformation (Beta release)
Video Optimization (Beta release)
Named Transformations
Network-based image optimization
Client hints
Caches
Cache purging
Security
SEO-friendly image URL
Default Images
Progressive JPEGs
Non-image file compression
Performance monitoring
User access management
Multi factor authentication
Billing alerts
Single sign-on
URL-rewriters
Platform guides
Magento
WordPress
Shopify
Sample projects
Upload widget
Media library widget
📙API Reference
API Introduction
Upload file API
Media API
Metadata API
Custom metadata fields API
Create custom metadata field
Get custom metadata field
Update custom metadata field
Delete custom metadata field
EXTENSIONS
Extensions reference
Powered By
GitBook
Delete custom metadata field
delete
https://api.imagekit.io
/v1/customMetadataFields/:id
Delete a custom metadata field
Examples
cURL
Ruby
1
curl
-X DELETE
"https://api.imagekit.io/v1/customMetadataFields/6152fc9a2fd12044cb4cefe2"
\
2
-H
'Content-Type: application/json'
\
3
-u your_private_key:
Copied!
1
imagekitio
=
ImageKitIo
::
Client
.
new
(
"your_private_key"
,
"your_public_key"
,
"your_url_endpoint"
)
2
imagekitio
.
delete_custom_metadata_field
(
id
:
'6152fc9a2fd12044cb4cefe2'
)
Copied!
Previous
Update custom metadata field
Next - EXTENSIONS
Extensions reference
Last modified
5mo ago
Copy link
Contents
delete
Delete a custom metadata field
Examples