Swing Points Program is Live 🚀 Learn More →

Delete Project

delete
https://platform.swing.xyz/api/v1
/projects/{projectId}

Delete a project

projectId
string
required

Swing Project Identifier

Examples:
app-swing-xyz

OK

id
string
required
name
string
required
Example:
Swing Ecosystem
slug
string
required
Example:
swing-ecosystem
ownerId
string
required
createdAt
string
required
updatedAt
string
required
Auth
:
Parameters
:
curl --request DELETE \
--url https://platform.swing.xyz/api/v1/projects/app-swing-xyz \
--header 'Accept: application/json' \
--header 'Authorization: 123'
Response Example
1
{
2
"id": "string",
3
"name": "Swing Ecosystem",
4
"slug": "swing-ecosystem",
5
"ownerId": "string",
6
"createdAt": "string",
7
"updatedAt": "string"
8
}