Delete Vimeo Connection
Vimeo Integration
Delete Vimeo Connection
Permanently delete a Vimeo connection
DELETE
Delete Vimeo Connection
Documentation Index
Fetch the complete documentation index at: https://docs.pictory.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Permanently delete a Vimeo connection and all its associated configuration data. This action cannot be undone. After deletion, any integrations or workflows using this connection will no longer function. Only the connection owner can delete it.You need a valid API key to use this endpoint. Get your API key from the API Access page in your Pictory dashboard.
API Endpoint
Request Parameters
Headers
API key for authentication (starts with
pictai_)Path Parameters
The unique identifier of the Vimeo connection to deleteExample:
"20251222155613307xv0nodhitf9cd0f"Response
Returns HTTP 204 (No Content) on successful deletion. The response body is empty as the connection no longer exists. This endpoint is idempotent - deleting an already-deleted or non-existent connection also returns 204. If authentication fails, an error response is returned with details.Response Examples
Code Examples
Error Handling
401 Unauthorized
401 Unauthorized
Idempotent Behavior
Idempotent Behavior
Behavior: This endpoint is idempotent and always returns 204 (No Content) on successWhat This Means:
- Deleting an already-deleted connection returns 204 (success)
- Deleting a non-existent connection returns 204 (success)
- Multiple delete requests for the same connection are safe
- You can delete without checking if the connection exists first
- This follows REST API best practices for DELETE operations
Best Practices
Before Deleting a Connection
- Verify Dependencies: Check if any active workflows or integrations are using this connection
- Export Configuration: Note down the connection settings if you might need to recreate it later
- Consider Disabling: If you are unsure, use the Update Vimeo Connection endpoint to set
enabled: falseinstead of deleting - Confirm Identity: Double-check the connection ID to ensure you are deleting the correct connection
Idempotent Operation: This endpoint is safe to call multiple times. If you are unsure whether a connection exists, you can simply delete it without checking first - the operation will succeed either way.
