- Documentation
- API Reference
- Projects
- importer.vidinfra.com
- Auth
- User Registration
- User Login
- Verify-email
- Forgot Password
- Forgot Password Verify OTP
- Forgot Password Set
- Resend OTP
- Logout
- Set Password
- Check Account exists
- Update Password
- Google Oauth Redirect
- Google Oauth Callback
- api-access-check
- New Auth token using Refresh token
- Github Oauth Redirect
- Google Oauth Callback Copy
- Get User Sessions
- Delete User Sessions
- User
- Organization
- Organization's invitations
- Audits
- Members
- API Keys
- Folders
- Videos
- Video Metas
- Video Captions
- Video Chapter
- Uploads
- Tags
- Players
- Webhook Endpoints
- Advertisements
- Webhook Event Logs
- Analytics Direct Api
- geo-distribution
- Project Views
- avg video watch
- Total watch Time
- Project Avg Watch per Unique user
- Total Player Error
- project popularity-analysis
- Project Collection Insights
- Collection Views
- Collection avg Watch time
- Collection Avg Watch per unique user
- Collection Geo Distribution
- Get all Users
- User media views
- User Avg video watch
- user Player log
- user sessions
- Get all Video
- video Player error
- Video View
- video Geo Distribution
- video Avg watch
- copy
- Streams
- Stream Metas
- Usages
- Encoding profile
- Project Matrics
- Access Control
- Analytics
- Project Get geo-distribution
- project views
- Project avg video watch
- Project Total Watch
- Project Avg Watch per Unique user
- Project All Player Errors
- Project Popularity Analysis
- Project Collections insights
- Collection Geo Distribution
- Collection avg watch time
- Collection avg watch per unique User
- Collection Player error
- Video Geo Distribution
- Video views
- Video Avg Watch
- Video Player Log
- User
- User Avg Video Watch
- User Total Watch
- User player error log
- Plan
- Upload Tokens
- subscribe
- Transaction
- Invoice
- vimeo video importer
- test
- transcoding service
- transcoding service v2
- Welcome to vidinfraGET
- health checkGET
- Regions ListGET
- keyPOST
- Untitled EndpointGET
Delete tag
Developing
DELETE
/projects/{proj_id}/tags/{tagId}
DELETE
/projects/<project_id>/videos/<video_id>/tags/<tag_id>
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
proj_id
stringÂ
required
Example:
f32a0116-fe11-454c-8e6a-5ff4101882e5
tagId
stringÂ
required
Example:
46d5d881-c3d2-4c7c-a440-dfd30d318a23
Query Params
videoId
stringÂ
optional
Example:
aa88b7e7-b2d8-49b9-905c-cdf9b3bd9778
Body Params application/json
object {0}
Example
{}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'http://localhost:8080/v1/projects/f32a0116-fe11-454c-8e6a-5ff4101882e5/tags/46d5d881-c3d2-4c7c-a440-dfd30d318a23?videoId=aa88b7e7-b2d8-49b9-905c-cdf9b3bd9778' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
🟢200OK
application/json
Body
object {0}
Examples
{"message":"tag create","result":{"id":"fbfa2939-09db-421e-a41b-2a2c2ff52eaf","name":"Tag1","created_at":"2024-02-18T04:59:33.932623987Z","updated_at":"2024-02-18T04:59:33.932624037Z"},"success":true}
🟢201Created
🟢201Created
🟢200OK
🟢200OK
🟢200OK